When dealing with a Postgres database that stores internal products/assets, there is a chance that we will need either a unique EAN13 c...
Blog / Web Development
PostgreSQL row-level table audit (back in time) hstore restore
Keeping track of database table data changes can be a software development requirement. This approach (auditing a database table) can be...
How to anonymize strings and emails in PostgreS database
If we need to anonymize some sensible or personal data strings from our PostgreSQL database, then the bellow function will do the work ...
Website dark theme for macOS Dark Mode
macOS Mojave is using a well integrated and quite used Dark Mode interface. Of course, a Light Mode interface is also available, but here...
An easy way to prevent execution of the public uploaded files
Ones of most headaches for web developers, are the public uploaded files. You know, when the user, authenticated or not, has the ability to...